home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / tex / amiweb2c.lha / AmiWeb2c-2.1 / texmf / amiweb2c / s / InitTeX < prev    next >
Encoding:
Text File  |  1997-02-07  |  1.1 KB  |  29 lines

  1. ;
  2. ; $VER InitTeX 2.1 (7.2.1997)
  3. ;
  4. ; To start the AmiWeb2C system with the PasTeX drivers you need:
  5. ;
  6. ; 1. SYS:WBStartUp/InitTeX (for automatic startup)
  7. ;    or S:InitTeX (for manual startup)
  8. ;    - Starts a NewShell with the file TeX-Server-StartUp.
  9. ; 2. TeX:rexx/TeX-Server-StartUp
  10. ;    - Equivalent to a Shell-StartUp file and serves to start
  11. ;      the TeX server.  A window is opened on the public screen
  12. ;      of the ShowDVI previewer.  After "Quit Server" the window
  13. ;      is closed automatically.
  14. ; 3. TeX:rexx/TeX-Server.rexx
  15. ;    - The ARexx TeX server.  Opened on the public screen of ShowDVI.
  16. ; 4. Rexx:NameStruc
  17. ;    - Additionally needed by the TeX server.
  18. ;
  19. ; Start the previewer and the special command interpreter:
  20. ;
  21. run >NIL: showdvi nolog        ; Start ShowDVI with run
  22. WaitForPort showdvi        ; Wait for ShowDVI
  23. run >NIL: SpecialHost        ; For METAPOST graphics
  24. WaitForPort special_dvi        ; Wait for SpecialHost
  25. ;
  26. ; Start the TeX server on the ShowDVI public screen:
  27. ;
  28. run >NIL: NewShell "CON:20/40/620/140/TeX-Server/SCREENShowDVI-PubScr" FROM TeX:rexx/TeX-Server-StartUp
  29.